Printing: Make the print dialog look better with bottom buttons
authorMatthias Clasen <mclasen@redhat.com>
Fri, 3 Oct 2014 04:07:28 +0000 (00:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 3 Oct 2014 04:07:28 +0000 (00:07 -0400)
With buttons at the bottom, things were not looking good here:
no spacing, and a gray background. Add spacing, and put the buttons
on the white background.

gtk/resources/ui/gtkprintunixdialog.ui

index bba2f2b291d2f0e470d02b4133a2db27b025c416..8792c5a1ed55b8e34b556aa0e33e70ae75e06ef5 100644 (file)
         <property name="orientation">vertical</property>
         <property name="spacing">2</property>
         <property name="border_width">0</property>
+        <style>
+          <class name="view"/>
+        </style>
+        <child internal-child="action_box">
+          <object class="GtkBox">
+            <property name="margin">6</property>
+          </object>
+        </child>
         <child>
           <object class="GtkBox" id="box1">
             <property name="visible">True</property>